vendor/golang.org/x/text/unicode/norm.input.str (field)
19 uses
	vendor/golang.org/x/text/unicode/norm (current package)
		composition.go#L274: 	rb.insertSingle(input{str: GraphemeJoiner}, 0, Properties{size: uint8(len(GraphemeJoiner))})
		input.go#L10: 	str   string
		input.go#L19: 	return input{str: str}
		input.go#L23: 	in.str = ""
		input.go#L28: 	in.str = str
		input.go#L34: 		return in.str[p]
		input.go#L41: 		for ; p < max && in.str[p] < utf8.RuneSelf; p++ {
		input.go#L52: 		for ; p < len(in.str) && !utf8.RuneStart(in.str[p]); p++ {
		input.go#L66: 		buf = append(buf, in.str[i])
		input.go#L73: 		return copy(buf, in.str[b:e])
		input.go#L80: 		return nfcData.lookupString(in.str[p:])
		input.go#L87: 		return nfkcData.lookupString(in.str[p:])
		input.go#L95: 		if !isHangulString(in.str[p:]) {
		input.go#L98: 		r, size = utf8.DecodeRuneInString(in.str[p:])
		iter.go#L99: 		return i.buf[:copy(i.buf[:], i.rb.src.str[a:b])]
		iter.go#L148: 		i.buf[0] = i.rb.src.str[i.p]
		iter.go#L152: 	if i.rb.src.str[p] < utf8.RuneSelf {
		iter.go#L153: 		i.buf[0] = i.rb.src.str[i.p]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |